28. Quiz

Which method allows the UI to track and respond to changes in the ViewModel

SOLUTION: observe

Which method allows the UI to track and respond to changes in the ViewModel

SOLUTION: `LiveData` with custom getter

A notiifcation is an example of a(n)…

SOLUTION: Event

Game Over is an example of a(n)..

SOLUTION: Either Event or State

Paused is an example of a(n)..

SOLUTION: Event

Skip Forward is an example of a(n)…

SOLUTION: Event

ViewModels persist through configuration changes

SOLUTION: True